* lisp/replace.el (list-matching-lines-prefix-face): New defcustom.
authorJuri Linkov <juri@jurta.org>
Sun, 24 Mar 2013 21:47:52 +0000 (23:47 +0200)
committerJuri Linkov <juri@jurta.org>
Sun, 24 Mar 2013 21:47:52 +0000 (23:47 +0200)
commit1741ea361a0249f7068a4985a0652c08c1a62d62
tree0f65507599e2614cfaa85dcd248d5328083b1737
parent0c49bb1c5dc0517b019949b3e2bc71011f810e75
* lisp/replace.el (list-matching-lines-prefix-face): New defcustom.
(occur-1): Pass `list-matching-lines-prefix-face' to the function
`occur-engine' if `face-differs-from-default-p' returns t.
(occur-engine): Add `,' inside backquote construct to evaluate
`prefix-face'.  Propertize the prefix with the `prefix-face' face.
Pass `prefix-face' to the functions `occur-context-lines' and
`occur-engine-add-prefix'.
(occur-engine-add-prefix, occur-context-lines): Add optional arg
`prefix-face' and propertize the prefix with `prefix-face'.
lisp/ChangeLog
lisp/replace.el